Uses of Class
com.oracle.bmc.objectstorage.model.AccessTargetDetails
-
Packages that use AccessTargetDetails Package Description com.oracle.bmc.objectstorage.model -
-
Uses of AccessTargetDetails in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return AccessTargetDetails Modifier and Type Method Description AccessTargetDetails
AccessTargetDetails.Builder. build()
Methods in com.oracle.bmc.objectstorage.model that return types with arguments of type AccessTargetDetails Modifier and Type Method Description List<AccessTargetDetails>
CreatePrivateEndpointDetails. getAccessTargets()
A list of targets that can be accessed by the private endpoint.List<AccessTargetDetails>
PrivateEndpoint. getAccessTargets()
A list of targets that can be accessed by the private endpoint.List<AccessTargetDetails>
UpdatePrivateEndpointDetails. getAccessTargets()
A list of targets that can be accessed by the private endpoint.Methods in com.oracle.bmc.objectstorage.model with parameters of type AccessTargetDetails Modifier and Type Method Description AccessTargetDetails.Builder
AccessTargetDetails.Builder. copy(AccessTargetDetails model)
Method parameters in com.oracle.bmc.objectstorage.model with type arguments of type AccessTargetDetails Modifier and Type Method Description CreatePrivateEndpointDetails.Builder
CreatePrivateEndpointDetails.Builder. accessTargets(List<AccessTargetDetails> accessTargets)
A list of targets that can be accessed by the private endpoint.PrivateEndpoint.Builder
PrivateEndpoint.Builder. accessTargets(List<AccessTargetDetails> accessTargets)
A list of targets that can be accessed by the private endpoint.UpdatePrivateEndpointDetails.Builder
UpdatePrivateEndpointDetails.Builder. accessTargets(List<AccessTargetDetails> accessTargets)
A list of targets that can be accessed by the private endpoint.Constructor parameters in com.oracle.bmc.objectstorage.model with type arguments of type AccessTargetDetails Constructor Description UpdatePrivateEndpointDetails(String name, String namespace, List<AccessTargetDetails> accessTargets, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-