Package | Description |
---|---|
com.cloudera.api.swagger | |
com.cloudera.api.swagger.model |
Modifier and Type | Method and Description |
---|---|
ApiOzoneS3GatewayInfo |
ClustersResourceApi.getOzoneS3GatewayInfo(String clusterName,
String bucketName)
Returns the REST url for the Ozone S3 Gateway, as well as the AWS credentials needed to access the S3 endpoint.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<ApiOzoneS3GatewayInfo> |
ClustersResourceApi.getOzoneS3GatewayInfoWithHttpInfo(String clusterName,
String bucketName)
Returns the REST url for the Ozone S3 Gateway, as well as the AWS credentials needed to access the S3 endpoint.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
ClustersResourceApi.getOzoneS3GatewayInfoAsync(String clusterName,
String bucketName,
ApiCallback<ApiOzoneS3GatewayInfo> callback)
Returns the REST url for the Ozone S3 Gateway, as well as the AWS credentials needed to access the S3 endpoint.
|
Modifier and Type | Method and Description |
---|---|
ApiOzoneS3GatewayInfo |
ApiOzoneS3GatewayInfo.awsAccessKey(String awsAccessKey) |
ApiOzoneS3GatewayInfo |
ApiOzoneS3GatewayInfo.awsSecret(String awsSecret) |
ApiOzoneS3GatewayInfo |
ApiOzoneS3GatewayInfo.bucket(String bucket) |
ApiOzoneS3GatewayInfo |
ApiOzoneS3GatewayInfo.restUrl(String restUrl) |
Copyright © 2021. All rights reserved.