Uses of Interface
software.amazon.awssdk.services.config.model.PutStoredQueryResponse.Builder
-
Packages that use PutStoredQueryResponse.Builder Package Description software.amazon.awssdk.services.config.model -
-
Uses of PutStoredQueryResponse.Builder in software.amazon.awssdk.services.config.model
Methods in software.amazon.awssdk.services.config.model that return PutStoredQueryResponse.Builder Modifier and Type Method Description static PutStoredQueryResponse.BuilderPutStoredQueryResponse. builder()PutStoredQueryResponse.BuilderPutStoredQueryResponse.Builder. queryArn(String queryArn)Amazon Resource Name (ARN) of the query.PutStoredQueryResponse.BuilderPutStoredQueryResponse. toBuilder()Methods in software.amazon.awssdk.services.config.model that return types with arguments of type PutStoredQueryResponse.Builder Modifier and Type Method Description static Class<? extends PutStoredQueryResponse.Builder>PutStoredQueryResponse. serializableBuilderClass()
-