Uses of Class
com.oracle.bmc.identity.model.CustomerSecretKeySummary
-
Packages that use CustomerSecretKeySummary Package Description com.oracle.bmc.identity.model com.oracle.bmc.identity.responses -
-
Uses of CustomerSecretKeySummary in com.oracle.bmc.identity.model
Methods in com.oracle.bmc.identity.model that return CustomerSecretKeySummary Modifier and Type Method Description CustomerSecretKeySummary
CustomerSecretKeySummary.Builder. build()
Methods in com.oracle.bmc.identity.model with parameters of type CustomerSecretKeySummary Modifier and Type Method Description CustomerSecretKeySummary.Builder
CustomerSecretKeySummary.Builder. copy(CustomerSecretKeySummary model)
-
Uses of CustomerSecretKeySummary in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CustomerSecretKeySummary Modifier and Type Method Description CustomerSecretKeySummary
UpdateCustomerSecretKeyResponse. getCustomerSecretKeySummary()
The returned CustomerSecretKeySummary instance.Methods in com.oracle.bmc.identity.responses that return types with arguments of type CustomerSecretKeySummary Modifier and Type Method Description List<CustomerSecretKeySummary>
ListCustomerSecretKeysResponse. getItems()
A list of com.oracle.bmc.identity.model.CustomerSecretKeySummary instances.Methods in com.oracle.bmc.identity.responses with parameters of type CustomerSecretKeySummary Modifier and Type Method Description UpdateCustomerSecretKeyResponse.Builder
UpdateCustomerSecretKeyResponse.Builder. customerSecretKeySummary(CustomerSecretKeySummary customerSecretKeySummary)
The returned CustomerSecretKeySummary instance.Method parameters in com.oracle.bmc.identity.responses with type arguments of type CustomerSecretKeySummary Modifier and Type Method Description ListCustomerSecretKeysResponse.Builder
ListCustomerSecretKeysResponse.Builder. items(List<CustomerSecretKeySummary> items)
A list of com.oracle.bmc.identity.model.CustomerSecretKeySummary instances.
-