Uses of Class
io.gs2.log.request.CreateNamespaceRequest
Packages that use CreateNamespaceRequest
-
Uses of CreateNamespaceRequest in io.gs2.log
Methods in io.gs2.log with parameters of type CreateNamespaceRequestModifier and TypeMethodDescriptionGs2LogRestClient.createNamespace(CreateNamespaceRequest request) voidGs2LogRestClient.createNamespaceAsync(CreateNamespaceRequest request, AsyncAction<AsyncResult<CreateNamespaceResult>> callback) -
Uses of CreateNamespaceRequest in io.gs2.log.request
Methods in io.gs2.log.request that return CreateNamespaceRequestModifier and TypeMethodDescriptionstatic CreateNamespaceRequestCreateNamespaceRequest.fromJson(com.fasterxml.jackson.databind.JsonNode data) CreateNamespaceRequest.withAwsAccessKeyId(String awsAccessKeyId) CreateNamespaceRequest.withAwsRegion(String awsRegion) CreateNamespaceRequest.withAwsSecretAccessKey(String awsSecretAccessKey) CreateNamespaceRequest.withBigQueryDatasetName(String bigQueryDatasetName) CreateNamespaceRequest.withDescription(String description) CreateNamespaceRequest.withFirehoseStreamName(String firehoseStreamName) CreateNamespaceRequest.withGcpCredentialJson(String gcpCredentialJson) CreateNamespaceRequest.withLogExpireDays(Integer logExpireDays)