public class ResourceConfiguration
extends com.ibm.cloud.sdk.core.service.BaseService
| Constructor and Description |
|---|
ResourceConfiguration()
Instantiates a new `ResourceConfiguration`.
|
ResourceConfiguration(com.ibm.cloud.sdk.core.service.security.IamOptions iamOptions)
Instantiates a new `ResourceConfiguration` with IAM.
|
| Modifier and Type | Method and Description |
|---|---|
com.ibm.cloud.sdk.core.http.ServiceCall<Bucket> |
getBucketConfig(GetBucketConfigOptions getBucketConfigOptions)
Returns metadata for the specified bucket.
|
com.ibm.cloud.sdk.core.http.ServiceCall<Void> |
updateBucketConfig(UpdateBucketConfigOptions updateBucketConfigOptions)
Make changes to a bucket's configuration.
|
configureClient, configureHttpClient, createServiceCall, getApiKey, getEndPoint, getName, getPassword, getUsername, isJsonMimeType, isJsonPatchMimeType, isTokenManagerSet, processServiceCall, setApiKey, setAuthentication, setDefaultHeaders, setDefaultHeaders, setEndPoint, setIamCredentials, setSkipAuthentication, setUsernameAndPassword, toStringpublic ResourceConfiguration()
public ResourceConfiguration(com.ibm.cloud.sdk.core.service.security.IamOptions iamOptions)
iamOptions - the options for authenticating through IAMpublic com.ibm.cloud.sdk.core.http.ServiceCall<Bucket> getBucketConfig(GetBucketConfigOptions getBucketConfigOptions)
getBucketConfigOptions - the GetBucketConfigOptions containing the options for the callServiceCall with a response type of Bucketpublic com.ibm.cloud.sdk.core.http.ServiceCall<Void> updateBucketConfig(UpdateBucketConfigOptions updateBucketConfigOptions)
updateBucketConfigOptions - the UpdateBucketConfigOptions containing the options for the callServiceCall with a response type of VoidCopyright © 2021. All rights reserved.