Uses of Class
com.oracle.bmc.objectstorage.requests.ListPrivateEndpointsRequest.Fields
-
Packages that use ListPrivateEndpointsRequest.Fields Package Description com.oracle.bmc.objectstorage.requests -
-
Uses of ListPrivateEndpointsRequest.Fields in com.oracle.bmc.objectstorage.requests
Methods in com.oracle.bmc.objectstorage.requests that return ListPrivateEndpointsRequest.Fields Modifier and Type Method Description static ListPrivateEndpointsRequest.Fields
ListPrivateEndpointsRequest.Fields. create(String key)
static ListPrivateEndpointsRequest.Fields
ListPrivateEndpointsRequest.Fields. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListPrivateEndpointsRequest.Fields[]
ListPrivateEndpointsRequest.Fields. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.objectstorage.requests that return types with arguments of type ListPrivateEndpointsRequest.Fields Modifier and Type Method Description List<ListPrivateEndpointsRequest.Fields>
ListPrivateEndpointsRequest. getFields()
PrivateEndpoint summary in list of PrivateEndpoints includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, ‘timeModified’ and ‘etag’ fields.Methods in com.oracle.bmc.objectstorage.requests with parameters of type ListPrivateEndpointsRequest.Fields Modifier and Type Method Description ListPrivateEndpointsRequest.Builder
ListPrivateEndpointsRequest.Builder. fields(ListPrivateEndpointsRequest.Fields singularValue)
Singular setter.Method parameters in com.oracle.bmc.objectstorage.requests with type arguments of type ListPrivateEndpointsRequest.Fields Modifier and Type Method Description ListPrivateEndpointsRequest.Builder
ListPrivateEndpointsRequest.Builder. fields(List<ListPrivateEndpointsRequest.Fields> fields)
PrivateEndpoint summary in list of PrivateEndpoints includes the ‘namespace’, ‘name’, ‘compartmentId’, ‘createdBy’, ‘timeCreated’, ‘timeModified’ and ‘etag’ fields.
-