Uses of Class
com.oracle.bmc.filestorage.model.ChangeFilesystemSnapshotPolicyCompartmentDetails
-
Packages that use ChangeFilesystemSnapshotPolicyCompartmentDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of ChangeFilesystemSnapshotPolicyCompartmentDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return ChangeFilesystemSnapshotPolicyCompartmentDetails Modifier and Type Method Description ChangeFilesystemSnapshotPolicyCompartmentDetails
ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type ChangeFilesystemSnapshotPolicyCompartmentDetails Modifier and Type Method Description ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder
ChangeFilesystemSnapshotPolicyCompartmentDetails.Builder. copy(ChangeFilesystemSnapshotPolicyCompartmentDetails model)
-
Uses of ChangeFilesystemSnapshotPolicyCompartmentDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ChangeFilesystemSnapshotPolicyCompartmentDetails Modifier and Type Method Description ChangeFilesystemSnapshotPolicyCompartmentDetails
ChangeFilesystemSnapshotPolicyCompartmentRequest. getBody$()
Alternative accessor for the body parameter.ChangeFilesystemSnapshotPolicyCompartmentDetails
ChangeFilesystemSnapshotPolicyCompartmentRequest. getChangeFilesystemSnapshotPolicyCompartmentDetails()
Details for changing the compartment of a file system snapshot policy.Methods in com.oracle.bmc.filestorage.requests with parameters of type ChangeFilesystemSnapshotPolicyCompartmentDetails Modifier and Type Method Description ChangeFilesystemSnapshotPolicyCompartmentRequest.Builder
ChangeFilesystemSnapshotPolicyCompartmentRequest.Builder. body$(ChangeFilesystemSnapshotPolicyCompartmentDetails body)
Alternative setter for the body parameter.ChangeFilesystemSnapshotPolicyCompartmentRequest.Builder
ChangeFilesystemSnapshotPolicyCompartmentRequest.Builder. changeFilesystemSnapshotPolicyCompartmentDetails(ChangeFilesystemSnapshotPolicyCompartmentDetails changeFilesystemSnapshotPolicyCompartmentDetails)
Details for changing the compartment of a file system snapshot policy.
-