@Generated(value="OracleSDKGenerator", comments="API Version: 20220615") public class ServiceMeshAsyncClient extends Object implements ServiceMeshAsync
Async client implementation for ServiceMesh service.
There are two ways to use async client:
InputStream
, like
getObject Api in object storage service, developers need to process the stream in AsyncHandler, and not anywhere else,
because the stream will be closed right after the AsyncHandler is invoked. Modifier and Type | Class and Description |
---|---|
static class |
ServiceMeshAsyncClient.Builder
Builder class for this client.
|
Modifier and Type | Field and Description |
---|---|
static Service |
SERVICE
Service instance for ServiceMesh.
|
Constructor and Description |
---|
ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration.
|
ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration.
|
ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint)
Creates a new service instance using the given authentication provider and client configuration.
|
ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator,
RequestSignerFactory defaultRequestSignerFactory,
Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories,
List<ClientConfigurator> additionalClientConfigurators,
String endpoint,
RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration.
|
ServiceMeshAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
|
ServiceMeshAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
|
ServiceMeshAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider,
ClientConfiguration configuration,
ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration.
|
public static final Service SERVICE
Service instance for ServiceMesh.
public ServiceMeshAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider)
Creates a new service instance using the given authentication provider.
authenticationDetailsProvider
- The authentication details provider, required.public ServiceMeshAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration)
Creates a new service instance using the given authentication provider and client configuration.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.public ServiceMeshAsyncClient(BasicAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.public ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.public ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.public ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.additionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)public ServiceMeshAsyncClient(AbstractAuthenticationDetailsProvider authenticationDetailsProvider, ClientConfiguration configuration, ClientConfigurator clientConfigurator, RequestSignerFactory defaultRequestSignerFactory, Map<SigningStrategy,RequestSignerFactory> signingStrategyRequestSignerFactories, List<ClientConfigurator> additionalClientConfigurators, String endpoint, RestClientFactoryBuilder restClientFactoryBuilder)
Creates a new service instance using the given authentication provider and client configuration. Additionally, a Consumer can be provided that will be invoked whenever a REST Client is created to allow for additional configuration/customization.
This is an advanced constructor for clients that want to take control over how requests are signed.
authenticationDetailsProvider
- The authentication details provider, required.configuration
- The client configuration, optional.clientConfigurator
- ClientConfigurator that will be invoked for additional configuration of a REST client, optional.defaultRequestSignerFactory
- The request signer factory used to create the request signer for this service.signingStrategyRequestSignerFactories
- The request signer factories for each signing strategy used to create the request signeradditionalClientConfigurators
- Additional client configurators to be run after the primary configurator.endpoint
- Endpoint, or null to leave unset (note, may be overridden by authenticationDetailsProvider
)restClientFactoryBuilder
- the builder for the RestClientFactory
public static ServiceMeshAsyncClient.Builder builder()
Create a builder for this client.
public void refreshClient()
ServiceMeshAsync
Rebuilds the client from scratch. Useful to refresh certificates.
refreshClient
in interface ServiceMeshAsync
public void setEndpoint(String endpoint)
ServiceMeshAsync
Sets the endpoint to call (ex, https://www.example.com).
setEndpoint
in interface ServiceMeshAsync
endpoint
- The endpoint of the serice.public String getEndpoint()
ServiceMeshAsync
Gets the set endpoint for REST call (ex, https://www.example.com)
getEndpoint
in interface ServiceMeshAsync
public void setRegion(Region region)
ServiceMeshAsync
Sets the region to call (ex, Region.US_PHOENIX_1).
Note, this will call setEndpoint
after resolving the endpoint. If the service is not available in this region, however, an IllegalArgumentException will be raised.
setRegion
in interface ServiceMeshAsync
region
- The region of the service.public void setRegion(String regionId)
ServiceMeshAsync
Sets the region to call (ex, ‘us-phoenix-1’).
Note, this will first try to map the region ID to a known Region and call
setRegion
.
If no known Region could be determined, it will create an endpoint based on the
default endpoint format (Region.formatDefaultRegionEndpoint(Service, String)
and then call setEndpoint
.
setRegion
in interface ServiceMeshAsync
regionId
- The public region ID.public void useRealmSpecificEndpointTemplate(boolean useOfRealmSpecificEndpointTemplateEnabled)
This method should be used to enable or disable the use of realm-specific endpoint template. The default value is null. To enable the use of endpoint template defined for the realm in use, set the flag to true To disable the use of endpoint template defined for the realm in use, set the flag to false
useRealmSpecificEndpointTemplate
in interface ServiceMeshAsync
useOfRealmSpecificEndpointTemplateEnabled
- This flag can be set to true or false to
enable or disable the use of realm-specific endpoint template respectivelypublic void close()
close
in interface AutoCloseable
public Future<CancelWorkRequestResponse> cancelWorkRequest(CancelWorkRequestRequest request, AsyncHandler<CancelWorkRequestRequest,CancelWorkRequestResponse> handler)
ServiceMeshAsync
Cancels the work request with the given ID.
cancelWorkRequest
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ChangeAccessPolicyCompartmentResponse> changeAccessPolicyCompartment(ChangeAccessPolicyCompartmentRequest request, AsyncHandler<ChangeAccessPolicyCompartmentRequest,ChangeAccessPolicyCompartmentResponse> handler)
ServiceMeshAsync
Moves an AccessPolicy resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
changeAccessPolicyCompartment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ChangeIngressGatewayCompartmentResponse> changeIngressGatewayCompartment(ChangeIngressGatewayCompartmentRequest request, AsyncHandler<ChangeIngressGatewayCompartmentRequest,ChangeIngressGatewayCompartmentResponse> handler)
ServiceMeshAsync
Moves a IngressGateway resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
changeIngressGatewayCompartment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ChangeIngressGatewayRouteTableCompartmentResponse> changeIngressGatewayRouteTableCompartment(ChangeIngressGatewayRouteTableCompartmentRequest request, AsyncHandler<ChangeIngressGatewayRouteTableCompartmentRequest,ChangeIngressGatewayRouteTableCompartmentResponse> handler)
ServiceMeshAsync
Moves a IngressGatewayRouteTable resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
changeIngressGatewayRouteTableCompartment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ChangeMeshCompartmentResponse> changeMeshCompartment(ChangeMeshCompartmentRequest request, AsyncHandler<ChangeMeshCompartmentRequest,ChangeMeshCompartmentResponse> handler)
ServiceMeshAsync
Moves a Mesh resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
changeMeshCompartment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ChangeVirtualDeploymentCompartmentResponse> changeVirtualDeploymentCompartment(ChangeVirtualDeploymentCompartmentRequest request, AsyncHandler<ChangeVirtualDeploymentCompartmentRequest,ChangeVirtualDeploymentCompartmentResponse> handler)
ServiceMeshAsync
Moves a VirtualDeployment resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
changeVirtualDeploymentCompartment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ChangeVirtualServiceCompartmentResponse> changeVirtualServiceCompartment(ChangeVirtualServiceCompartmentRequest request, AsyncHandler<ChangeVirtualServiceCompartmentRequest,ChangeVirtualServiceCompartmentResponse> handler)
ServiceMeshAsync
Moves a VirtualService resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
changeVirtualServiceCompartment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ChangeVirtualServiceRouteTableCompartmentResponse> changeVirtualServiceRouteTableCompartment(ChangeVirtualServiceRouteTableCompartmentRequest request, AsyncHandler<ChangeVirtualServiceRouteTableCompartmentRequest,ChangeVirtualServiceRouteTableCompartmentResponse> handler)
ServiceMeshAsync
Moves a VirtualServiceRouteTable resource from one compartment identifier to another. When provided, If-Match is checked against ETag values of the resource.
changeVirtualServiceRouteTableCompartment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateAccessPolicyResponse> createAccessPolicy(CreateAccessPolicyRequest request, AsyncHandler<CreateAccessPolicyRequest,CreateAccessPolicyResponse> handler)
ServiceMeshAsync
Creates a new AccessPolicy.
createAccessPolicy
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateIngressGatewayResponse> createIngressGateway(CreateIngressGatewayRequest request, AsyncHandler<CreateIngressGatewayRequest,CreateIngressGatewayResponse> handler)
ServiceMeshAsync
Creates a new IngressGateway.
createIngressGateway
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateIngressGatewayRouteTableResponse> createIngressGatewayRouteTable(CreateIngressGatewayRouteTableRequest request, AsyncHandler<CreateIngressGatewayRouteTableRequest,CreateIngressGatewayRouteTableResponse> handler)
ServiceMeshAsync
Creates a new IngressGatewayRouteTable.
createIngressGatewayRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateMeshResponse> createMesh(CreateMeshRequest request, AsyncHandler<CreateMeshRequest,CreateMeshResponse> handler)
ServiceMeshAsync
Creates a new Mesh.
createMesh
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateVirtualDeploymentResponse> createVirtualDeployment(CreateVirtualDeploymentRequest request, AsyncHandler<CreateVirtualDeploymentRequest,CreateVirtualDeploymentResponse> handler)
ServiceMeshAsync
Creates a new VirtualDeployment.
createVirtualDeployment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateVirtualServiceResponse> createVirtualService(CreateVirtualServiceRequest request, AsyncHandler<CreateVirtualServiceRequest,CreateVirtualServiceResponse> handler)
ServiceMeshAsync
Creates a new VirtualService.
createVirtualService
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<CreateVirtualServiceRouteTableResponse> createVirtualServiceRouteTable(CreateVirtualServiceRouteTableRequest request, AsyncHandler<CreateVirtualServiceRouteTableRequest,CreateVirtualServiceRouteTableResponse> handler)
ServiceMeshAsync
Creates a new VirtualServiceRouteTable.
createVirtualServiceRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteAccessPolicyResponse> deleteAccessPolicy(DeleteAccessPolicyRequest request, AsyncHandler<DeleteAccessPolicyRequest,DeleteAccessPolicyResponse> handler)
ServiceMeshAsync
Deletes an AccessPolicy resource by identifier.
deleteAccessPolicy
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteIngressGatewayResponse> deleteIngressGateway(DeleteIngressGatewayRequest request, AsyncHandler<DeleteIngressGatewayRequest,DeleteIngressGatewayResponse> handler)
ServiceMeshAsync
Deletes an IngressGateway resource by identifier.
deleteIngressGateway
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteIngressGatewayRouteTableResponse> deleteIngressGatewayRouteTable(DeleteIngressGatewayRouteTableRequest request, AsyncHandler<DeleteIngressGatewayRouteTableRequest,DeleteIngressGatewayRouteTableResponse> handler)
ServiceMeshAsync
Deletes a IngressGatewayRouteTable resource by identifier.
deleteIngressGatewayRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteMeshResponse> deleteMesh(DeleteMeshRequest request, AsyncHandler<DeleteMeshRequest,DeleteMeshResponse> handler)
ServiceMeshAsync
Deletes a Mesh resource by identifier.
deleteMesh
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteVirtualDeploymentResponse> deleteVirtualDeployment(DeleteVirtualDeploymentRequest request, AsyncHandler<DeleteVirtualDeploymentRequest,DeleteVirtualDeploymentResponse> handler)
ServiceMeshAsync
Deletes a VirtualDeployment resource by identifier.
deleteVirtualDeployment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteVirtualServiceResponse> deleteVirtualService(DeleteVirtualServiceRequest request, AsyncHandler<DeleteVirtualServiceRequest,DeleteVirtualServiceResponse> handler)
ServiceMeshAsync
Deletes a VirtualService resource by identifier
deleteVirtualService
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<DeleteVirtualServiceRouteTableResponse> deleteVirtualServiceRouteTable(DeleteVirtualServiceRouteTableRequest request, AsyncHandler<DeleteVirtualServiceRouteTableRequest,DeleteVirtualServiceRouteTableResponse> handler)
ServiceMeshAsync
Deletes a VirtualServiceRouteTable resource by identifier.
deleteVirtualServiceRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetAccessPolicyResponse> getAccessPolicy(GetAccessPolicyRequest request, AsyncHandler<GetAccessPolicyRequest,GetAccessPolicyResponse> handler)
ServiceMeshAsync
Get an AccessPolicy by identifier.
getAccessPolicy
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetIngressGatewayResponse> getIngressGateway(GetIngressGatewayRequest request, AsyncHandler<GetIngressGatewayRequest,GetIngressGatewayResponse> handler)
ServiceMeshAsync
Gets an IngressGateway by identifier.
getIngressGateway
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetIngressGatewayRouteTableResponse> getIngressGatewayRouteTable(GetIngressGatewayRouteTableRequest request, AsyncHandler<GetIngressGatewayRouteTableRequest,GetIngressGatewayRouteTableResponse> handler)
ServiceMeshAsync
Gets a IngressGatewayRouteTable by identifier.
getIngressGatewayRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetMeshResponse> getMesh(GetMeshRequest request, AsyncHandler<GetMeshRequest,GetMeshResponse> handler)
ServiceMeshAsync
Gets a Mesh by identifier.
getMesh
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetProxyDetailsResponse> getProxyDetails(GetProxyDetailsRequest request, AsyncHandler<GetProxyDetailsRequest,GetProxyDetailsResponse> handler)
ServiceMeshAsync
Returns the attributes of the Proxy such as proxy image version.
getProxyDetails
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetVirtualDeploymentResponse> getVirtualDeployment(GetVirtualDeploymentRequest request, AsyncHandler<GetVirtualDeploymentRequest,GetVirtualDeploymentResponse> handler)
ServiceMeshAsync
Gets a VirtualDeployment by identifier.
getVirtualDeployment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetVirtualServiceResponse> getVirtualService(GetVirtualServiceRequest request, AsyncHandler<GetVirtualServiceRequest,GetVirtualServiceResponse> handler)
ServiceMeshAsync
Gets a VirtualService by identifier.
getVirtualService
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetVirtualServiceRouteTableResponse> getVirtualServiceRouteTable(GetVirtualServiceRouteTableRequest request, AsyncHandler<GetVirtualServiceRouteTableRequest,GetVirtualServiceRouteTableResponse> handler)
ServiceMeshAsync
Gets a VirtualServiceRouteTable by identifier.
getVirtualServiceRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<GetWorkRequestResponse> getWorkRequest(GetWorkRequestRequest request, AsyncHandler<GetWorkRequestRequest,GetWorkRequestResponse> handler)
ServiceMeshAsync
Gets the status of the work request with the given ID.
getWorkRequest
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListAccessPoliciesResponse> listAccessPolicies(ListAccessPoliciesRequest request, AsyncHandler<ListAccessPoliciesRequest,ListAccessPoliciesResponse> handler)
ServiceMeshAsync
Returns a list of AccessPolicy objects.
listAccessPolicies
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListIngressGatewayRouteTablesResponse> listIngressGatewayRouteTables(ListIngressGatewayRouteTablesRequest request, AsyncHandler<ListIngressGatewayRouteTablesRequest,ListIngressGatewayRouteTablesResponse> handler)
ServiceMeshAsync
Returns a list of IngressGatewayRouteTable objects.
listIngressGatewayRouteTables
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListIngressGatewaysResponse> listIngressGateways(ListIngressGatewaysRequest request, AsyncHandler<ListIngressGatewaysRequest,ListIngressGatewaysResponse> handler)
ServiceMeshAsync
Returns a list of IngressGateway objects.
listIngressGateways
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListMeshesResponse> listMeshes(ListMeshesRequest request, AsyncHandler<ListMeshesRequest,ListMeshesResponse> handler)
ServiceMeshAsync
Returns a list of Mesh objects.
listMeshes
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListVirtualDeploymentsResponse> listVirtualDeployments(ListVirtualDeploymentsRequest request, AsyncHandler<ListVirtualDeploymentsRequest,ListVirtualDeploymentsResponse> handler)
ServiceMeshAsync
Returns a list of VirtualDeployments.
listVirtualDeployments
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListVirtualServiceRouteTablesResponse> listVirtualServiceRouteTables(ListVirtualServiceRouteTablesRequest request, AsyncHandler<ListVirtualServiceRouteTablesRequest,ListVirtualServiceRouteTablesResponse> handler)
ServiceMeshAsync
Returns a list of VirtualServiceRouteTable objects.
listVirtualServiceRouteTables
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListVirtualServicesResponse> listVirtualServices(ListVirtualServicesRequest request, AsyncHandler<ListVirtualServicesRequest,ListVirtualServicesResponse> handler)
ServiceMeshAsync
Returns a list of VirtualService objects.
listVirtualServices
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListWorkRequestErrorsResponse> listWorkRequestErrors(ListWorkRequestErrorsRequest request, AsyncHandler<ListWorkRequestErrorsRequest,ListWorkRequestErrorsResponse> handler)
ServiceMeshAsync
Return a (paginated) list of errors for a given work request.
listWorkRequestErrors
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListWorkRequestLogsResponse> listWorkRequestLogs(ListWorkRequestLogsRequest request, AsyncHandler<ListWorkRequestLogsRequest,ListWorkRequestLogsResponse> handler)
ServiceMeshAsync
Return a (paginated) list of logs for a given work request.
listWorkRequestLogs
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<ListWorkRequestsResponse> listWorkRequests(ListWorkRequestsRequest request, AsyncHandler<ListWorkRequestsRequest,ListWorkRequestsResponse> handler)
ServiceMeshAsync
Lists the work requests in a compartment.
listWorkRequests
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateAccessPolicyResponse> updateAccessPolicy(UpdateAccessPolicyRequest request, AsyncHandler<UpdateAccessPolicyRequest,UpdateAccessPolicyResponse> handler)
ServiceMeshAsync
Updates the AccessPolicy.
updateAccessPolicy
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateIngressGatewayResponse> updateIngressGateway(UpdateIngressGatewayRequest request, AsyncHandler<UpdateIngressGatewayRequest,UpdateIngressGatewayResponse> handler)
ServiceMeshAsync
Updates the IngressGateway.
updateIngressGateway
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateIngressGatewayRouteTableResponse> updateIngressGatewayRouteTable(UpdateIngressGatewayRouteTableRequest request, AsyncHandler<UpdateIngressGatewayRouteTableRequest,UpdateIngressGatewayRouteTableResponse> handler)
ServiceMeshAsync
Updates the IngressGatewayRouteTable.
updateIngressGatewayRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateMeshResponse> updateMesh(UpdateMeshRequest request, AsyncHandler<UpdateMeshRequest,UpdateMeshResponse> handler)
ServiceMeshAsync
Updates the Mesh.
updateMesh
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateVirtualDeploymentResponse> updateVirtualDeployment(UpdateVirtualDeploymentRequest request, AsyncHandler<UpdateVirtualDeploymentRequest,UpdateVirtualDeploymentResponse> handler)
ServiceMeshAsync
Updates the VirtualDeployment.
updateVirtualDeployment
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateVirtualServiceResponse> updateVirtualService(UpdateVirtualServiceRequest request, AsyncHandler<UpdateVirtualServiceRequest,UpdateVirtualServiceResponse> handler)
ServiceMeshAsync
Updates the VirtualService.
updateVirtualService
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.public Future<UpdateVirtualServiceRouteTableResponse> updateVirtualServiceRouteTable(UpdateVirtualServiceRouteTableRequest request, AsyncHandler<UpdateVirtualServiceRouteTableRequest,UpdateVirtualServiceRouteTableResponse> handler)
ServiceMeshAsync
Updates the VirtualServiceRouteTable.
updateVirtualServiceRouteTable
in interface ServiceMeshAsync
request
- The request object containing the details to sendhandler
- The request handler to invoke upon completion, may be null.Copyright © 2016–2024. All rights reserved.