Uses of Class
com.oracle.bmc.vault.requests.ChangeSecretCompartmentRequest
-
Packages that use ChangeSecretCompartmentRequest Package Description com.oracle.bmc.vault com.oracle.bmc.vault.requests -
-
Uses of ChangeSecretCompartmentRequest in com.oracle.bmc.vault
Methods in com.oracle.bmc.vault with parameters of type ChangeSecretCompartmentRequest Modifier and Type Method Description ChangeSecretCompartmentResponse
Vaults. changeSecretCompartment(ChangeSecretCompartmentRequest request)
Moves a secret into a different compartment within the same tenancy.Future<ChangeSecretCompartmentResponse>
VaultsAsync. changeSecretCompartment(ChangeSecretCompartmentRequest request, AsyncHandler<ChangeSecretCompartmentRequest,ChangeSecretCompartmentResponse> handler)
Moves a secret into a different compartment within the same tenancy.Future<ChangeSecretCompartmentResponse>
VaultsAsyncClient. changeSecretCompartment(ChangeSecretCompartmentRequest request, AsyncHandler<ChangeSecretCompartmentRequest,ChangeSecretCompartmentResponse> handler)
ChangeSecretCompartmentResponse
VaultsClient. changeSecretCompartment(ChangeSecretCompartmentRequest request)
Method parameters in com.oracle.bmc.vault with type arguments of type ChangeSecretCompartmentRequest Modifier and Type Method Description Future<ChangeSecretCompartmentResponse>
VaultsAsync. changeSecretCompartment(ChangeSecretCompartmentRequest request, AsyncHandler<ChangeSecretCompartmentRequest,ChangeSecretCompartmentResponse> handler)
Moves a secret into a different compartment within the same tenancy.Future<ChangeSecretCompartmentResponse>
VaultsAsyncClient. changeSecretCompartment(ChangeSecretCompartmentRequest request, AsyncHandler<ChangeSecretCompartmentRequest,ChangeSecretCompartmentResponse> handler)
-
Uses of ChangeSecretCompartmentRequest in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return ChangeSecretCompartmentRequest Modifier and Type Method Description ChangeSecretCompartmentRequest
ChangeSecretCompartmentRequest.Builder. build()
Build the instance of ChangeSecretCompartmentRequest as configured by this builderChangeSecretCompartmentRequest
ChangeSecretCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeSecretCompartmentRequest as configured by this builderMethods in com.oracle.bmc.vault.requests with parameters of type ChangeSecretCompartmentRequest Modifier and Type Method Description ChangeSecretCompartmentRequest.Builder
ChangeSecretCompartmentRequest.Builder. copy(ChangeSecretCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-