Uses of Interface
software.amazon.awssdk.services.outposts.model.GetOutpostRequest.Builder
-
Packages that use GetOutpostRequest.Builder Package Description software.amazon.awssdk.services.outposts Amazon Web Services Outposts is a fully managed service that extends Amazon Web Services infrastructure, APIs, and tools to customer premises.software.amazon.awssdk.services.outposts.model -
-
Uses of GetOutpostRequest.Builder in software.amazon.awssdk.services.outposts
Method parameters in software.amazon.awssdk.services.outposts with type arguments of type GetOutpostRequest.Builder Modifier and Type Method Description default CompletableFuture<GetOutpostResponse>OutpostsAsyncClient. getOutpost(Consumer<GetOutpostRequest.Builder> getOutpostRequest)Gets information about the specified Outpost.default GetOutpostResponseOutpostsClient. getOutpost(Consumer<GetOutpostRequest.Builder> getOutpostRequest)Gets information about the specified Outpost. -
Uses of GetOutpostRequest.Builder in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return GetOutpostRequest.Builder Modifier and Type Method Description static GetOutpostRequest.BuilderGetOutpostRequest. builder()GetOutpostRequest.BuilderGetOutpostRequest.Builder. outpostId(String outpostId)The ID or the Amazon Resource Name (ARN) of the Outpost.GetOutpostRequest.BuilderGetOutpostRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetOutpostRequest.BuilderGetOutpostRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetOutpostRequest.BuilderGetOutpostRequest. toBuilder()Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type GetOutpostRequest.Builder Modifier and Type Method Description static Class<? extends GetOutpostRequest.Builder>GetOutpostRequest. serializableBuilderClass()
-