Class SecureCabinetsImpl
java.lang.Object
api.equinix.javasdk.customerportal.client.implementation.SecureCabinetsImpl
- All Implemented Interfaces:
SecureCabinets
-
Constructor Summary
ConstructorsConstructorDescriptionSecureCabinetsImpl(SecureCabinetClient<SecureCabinet> serviceClient, CustomerPortal serviceManager) -
Method Summary
-
Constructor Details
-
SecureCabinetsImpl
public SecureCabinetsImpl(SecureCabinetClient<SecureCabinet> serviceClient, CustomerPortal serviceManager)
-
-
Method Details
-
list
Description copied from interface:SecureCabinetsLists all secure cabinet entries for the current account.- Specified by:
listin interfaceSecureCabinets- Returns:
- a paginated list of secure cabinet entries
-
getByUuid
Description copied from interface:SecureCabinetsRetrieves a specific secure cabinet entry by its unique identifier.- Specified by:
getByUuidin interfaceSecureCabinets- Parameters:
uuid- the unique identifier of the secure cabinet entry- Returns:
- the matching secure cabinet entry
-
define
Description copied from interface:SecureCabinetsReturns a builder for defining a new secure cabinet access request.- Specified by:
definein interfaceSecureCabinets- Returns:
- a new SecureCabinetBuilder instance
-