Uses of Class
com.oracle.bmc.networkfirewall.requests.ListMappedSecretsRequest
-
Packages that use ListMappedSecretsRequest Package Description com.oracle.bmc.networkfirewall com.oracle.bmc.networkfirewall.requests -
-
Uses of ListMappedSecretsRequest in com.oracle.bmc.networkfirewall
Methods in com.oracle.bmc.networkfirewall with parameters of type ListMappedSecretsRequest Modifier and Type Method Description ListMappedSecretsResponseNetworkFirewall. listMappedSecrets(ListMappedSecretsRequest request)Returns a list of Mapped Secret for the Network Firewall Policy.Future<ListMappedSecretsResponse>NetworkFirewallAsync. listMappedSecrets(ListMappedSecretsRequest request, AsyncHandler<ListMappedSecretsRequest,ListMappedSecretsResponse> handler)Returns a list of Mapped Secret for the Network Firewall Policy.Future<ListMappedSecretsResponse>NetworkFirewallAsyncClient. listMappedSecrets(ListMappedSecretsRequest request, AsyncHandler<ListMappedSecretsRequest,ListMappedSecretsResponse> handler)ListMappedSecretsResponseNetworkFirewallClient. listMappedSecrets(ListMappedSecretsRequest request)Iterable<MappedSecretSummary>NetworkFirewallPaginators. listMappedSecretsRecordIterator(ListMappedSecretsRequest request)Creates a new iterable which will iterate over theMappedSecretSummaryobjects contained in responses from the listMappedSecrets operation.Iterable<ListMappedSecretsResponse>NetworkFirewallPaginators. listMappedSecretsResponseIterator(ListMappedSecretsRequest request)Creates a new iterable which will iterate over the responses received from the listMappedSecrets operation.Method parameters in com.oracle.bmc.networkfirewall with type arguments of type ListMappedSecretsRequest Modifier and Type Method Description Future<ListMappedSecretsResponse>NetworkFirewallAsync. listMappedSecrets(ListMappedSecretsRequest request, AsyncHandler<ListMappedSecretsRequest,ListMappedSecretsResponse> handler)Returns a list of Mapped Secret for the Network Firewall Policy.Future<ListMappedSecretsResponse>NetworkFirewallAsyncClient. listMappedSecrets(ListMappedSecretsRequest request, AsyncHandler<ListMappedSecretsRequest,ListMappedSecretsResponse> handler) -
Uses of ListMappedSecretsRequest in com.oracle.bmc.networkfirewall.requests
Methods in com.oracle.bmc.networkfirewall.requests that return ListMappedSecretsRequest Modifier and Type Method Description ListMappedSecretsRequestListMappedSecretsRequest.Builder. build()Build the instance of ListMappedSecretsRequest as configured by this builderListMappedSecretsRequestListMappedSecretsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListMappedSecretsRequest as configured by this builderMethods in com.oracle.bmc.networkfirewall.requests with parameters of type ListMappedSecretsRequest Modifier and Type Method Description ListMappedSecretsRequest.BuilderListMappedSecretsRequest.Builder. copy(ListMappedSecretsRequest o)Copy method to populate the builder with values from the given instance.
-