Uses of Class
com.oracle.bmc.servicemesh.responses.CreateAccessPolicyResponse
-
Packages that use CreateAccessPolicyResponse Package Description com.oracle.bmc.servicemesh com.oracle.bmc.servicemesh.responses -
-
Uses of CreateAccessPolicyResponse in com.oracle.bmc.servicemesh
Methods in com.oracle.bmc.servicemesh that return CreateAccessPolicyResponse Modifier and Type Method Description CreateAccessPolicyResponse
ServiceMesh. createAccessPolicy(CreateAccessPolicyRequest request)
Creates a new AccessPolicy.CreateAccessPolicyResponse
ServiceMeshClient. createAccessPolicy(CreateAccessPolicyRequest request)
Methods in com.oracle.bmc.servicemesh that return types with arguments of type CreateAccessPolicyResponse Modifier and Type Method Description Future<CreateAccessPolicyResponse>
ServiceMeshAsync. createAccessPolicy(CreateAccessPolicyRequest request, AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResponse> handler)
Creates a new AccessPolicy.Future<CreateAccessPolicyResponse>
ServiceMeshAsyncClient. createAccessPolicy(CreateAccessPolicyRequest request, AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResponse> handler)
Method parameters in com.oracle.bmc.servicemesh with type arguments of type CreateAccessPolicyResponse Modifier and Type Method Description Future<CreateAccessPolicyResponse>
ServiceMeshAsync. createAccessPolicy(CreateAccessPolicyRequest request, AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResponse> handler)
Creates a new AccessPolicy.Future<CreateAccessPolicyResponse>
ServiceMeshAsyncClient. createAccessPolicy(CreateAccessPolicyRequest request, AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResponse> handler)
-
Uses of CreateAccessPolicyResponse in com.oracle.bmc.servicemesh.responses
Methods in com.oracle.bmc.servicemesh.responses that return CreateAccessPolicyResponse Modifier and Type Method Description CreateAccessPolicyResponse
CreateAccessPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicemesh.responses with parameters of type CreateAccessPolicyResponse Modifier and Type Method Description CreateAccessPolicyResponse.Builder
CreateAccessPolicyResponse.Builder. copy(CreateAccessPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-